home *** CD-ROM | disk | FTP | other *** search
- package com.extensibility.xml;
-
- import com.extensibility.util.Evaluator;
-
- class SchemaFlattened$2 implements Evaluator {
- // $FF: synthetic field
- final boolean val$flavorFiltered;
- // $FF: synthetic field
- final SchemaFlattened this$0;
-
- public boolean isMatch(Object var1) {
- return !this.val$flavorFiltered || this.this$0.delegate.getFlavor().isSupported(var1.getClass());
- }
-
- SchemaFlattened$2(boolean var1, SchemaFlattened var2) {
- this.val$flavorFiltered = var1;
- this.this$0 = var2;
- }
- }
-